Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NWidgetSplitButton<TContent> Class / PopupContent Property


In This Topic
    PopupContent Property
    In This Topic
    A shortcut property that gets and sets the popup window content.
    Syntax
    'Declaration
     
    
    Public Property PopupContent As TContent
    'Usage
     
    
    Dim instance As NWidgetSplitButton(Of TContent)
    Dim value As TContent
     
    instance.PopupContent = value
     
    value = instance.PopupContent
    public TContent PopupContent {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also